time.absSeconds.days (method)

13 uses

	time (current package)
		format.go#L579: 	year, month, day := abs.days().date()
		format.go#L669: 	days := abs.days()
		format_rfc3339.go#L22: 	year, month, day := abs.days().date()
		time.go#L634: func (abs absSeconds) days() absDays {
		time.go#L809: 	return t.absSec().days().date()
		time.go#L814: 	century, cyear, ayday := t.absSec().days().split()
		time.go#L821: 	_, _, ayday := t.absSec().days().split()
		time.go#L828: 	_, _, ayday := t.absSec().days().split()
		time.go#L835: 	return t.absSec().days().weekday()
		time.go#L859: 	days := t.absSec().days()
		time.go#L904: 	_, yday := t.absSec().days().yearYday()
		time.go#L1935: 	d := absSeconds(abs + marchThruDecember*secondsPerDay).days()
		zoneinfo.go#L336: 	year, yday := absSeconds(sec + unixToInternal + internalToAbsolute).days().yearYday()